-
Notifications
You must be signed in to change notification settings - Fork 0
Feedback #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🤖 AI Feedback🕒 Posted on 2025-10-23T09:37:20.298Z Overall FeedbackThe submission passes all BasicTest and EdgeCaseTest test cases. The implementation is functional and produces correct outputs for the warehouse analysis tasks. Great work cleaning up after the digital disaster! What's Working Well
Areas for Improvement
SummaryThe solution is functionally correct but requires better algorithm documentation. Remember: Javadoc should precisely reflect implementation details to avoid confusion. Previous Feedback🕒 Posted on 2025-10-20T12:18:41.428Z Overall FeedbackThe implementation is comprehensive and mostly correct. TheWarehouseAnalyzer successfully passes most advanced tests, demonstrating a solid understanding of the requirements. Areas for Improvement
SummaryThe solution is close to complete with correct logic but fails two critical tests due to date handling and missing cost calculations in shipping groups. Fixing these ensures full functionality. Previous Feedback🕒 Posted on 2025-10-05T20:52:40.364Z Overall FeedbackExcellent work! Your Previous Feedback🕒 Posted on 2025-10-05T20:52:02.231Z Overall FeedbackExcellent work! Your Highlights:
LGTM! 🚀 |
- Category
private constructor
public static factory
Category.of(String name).
- Validate input
- Normalize name
- Cache/flyweight
Adding missing testmethods
👋! GitHub Classroom created this pull request as a place for your teacher to leave feedback on your work. It will update automatically. Don’t close or merge this pull request, unless you’re instructed to do so by your teacher.
In this pull request, your teacher can leave comments and feedback on your code. Click the Subscribe button to be notified if that happens.
Click the Files changed or Commits tab to see all of the changes pushed to the default branch since the assignment started. Your teacher can see this too.
Notes for teachers
Use this PR to leave feedback. Here are some tips:
For more information about this pull request, read “Leaving assignment feedback in GitHub”.
Subscribed: @DennSel